projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48ad65e
)
Remove property user_data which doesn't exist anymore
author
Johan Dahlin
<johan@gnome.org>
Sat, 8 Jan 2011 13:35:38 +0000
(11:35 -0200)
committer
Johan Dahlin
<johan@gnome.org>
Thu, 20 Jan 2011 14:12:22 +0000
(12:12 -0200)
tests/simple.c
patch
|
blob
|
history
diff --git
a/tests/simple.c
b/tests/simple.c
index 9a017d269cb8fbe3f3d6087576203e919921da89..6c2b5e9846b861f528d3dbd3933d6be8c732930f 100644
(file)
--- a/
tests/simple.c
+++ b/
tests/simple.c
@@
-38,7
+38,6
@@
main (int argc, char *argv[])
gtk_init (&argc, &argv);
window = g_object_connect (g_object_new (gtk_window_get_type (),
- "user_data", NULL,
"type", GTK_WINDOW_TOPLEVEL,
"title", "hello world",
"resizable", FALSE,